[Note: You need to have Node.js installed on your machine. Use yarn or npm to run the commands. Not both. I prefer yarn. But you can use npm if you want.]
- Clone this repo
git clone https://github.com/mdmarufsarker/es6-project-template.git - Run
npm installoryarn install - Run
npm run devoryarn devto start the development server - Run
npm run buildoryarn buildto build the project for production
- ES6 to ES5
- SCSS to CSS
