- Node v4.0+
- NPM v2.7+
- Clone the repo:
git clone https://github.com/farkam135/CCA__Bulk_Scratch_Registration.git bulk-scratch - Change directory:
cd bulk-scratch - Install Dependencies:
npm install
- Ensure you're up to date:
git pull && npm install - Run the build step:
npm run build
- Follow the steps above for building
- Start the server:
npm run start
- Ensure you're up to date:
git pull && npm install - Start the serve + watch tasks:
npm run dev