Clone repository
git clone https://github.com/paweltar/base.git my-project-name
cd my-project-name
Remove git tracking and initialize your own
rm -rf .git
git init
Download dependencies
npm install
Build project and start watching for changes
npm start
Create /build folder for the production website
npm run build