- Make sure you are using node version 10
- Install the packages:
$ npm install
- Create a .env file:
$ cp .env.example .env
- Start coding! and the webpack dev server with live reload, for windows, mac, linux or Gitpod:
$ npm run start
Web app was built and desgined by Hugh Anderson This template came from the 4Geeks Academy Coding Bootcamp by Alejandro Sanchez and many other contributors.