[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 install
oryarn install
- Run
npm run dev
oryarn dev
to start the development server - Run
npm run build
oryarn build
to build the project for production
- ES6 to ES5
- SCSS to CSS