- Fork and close this repository to your local machine
- Run
node -v
to make sure you're using a recent version of Node! - Run
npm install
to install all dependencies - Run
npm start
to run the Webpack dev server onlocalhost:8080
and the Node server onlocalhost:3000
- Navigate to
localhost:8080
in your browser to view the application