Skip to content

A short Cricket Fantasy league application built on MERN stack

License

Notifications You must be signed in to change notification settings

prathmesh-j/myFantasyLeague

Repository files navigation

My Fantasy League

Created from boilerplate code

This is a boilerplate project using the following technologies:

Requirements

npm install

Running

Make sure to add a config.js file in the config folder. See the example there for more details.

Production mode:

npm start

Development (Webpack dev server) mode:

npm run start:dev