#Starter Pack
This repo has the files you need to get started on a new project.
###Getting Started
- Clone or Fork the repo onto your system
- In your terminal run
npm install
. This will install all the necessary node packages - For Development
npm run start-dev
- starts server with HMR npm start
to start the server file