create an .env file as .env.example in the root of the project
First install dependencies:
npm installTo run in hot reloading mode using webpack-dev-server:
npm startTo create a production build:
npm run buildOpen the file public/index.html in your browser
MIT
Free Software, Hell Yeah!