Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 793 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 793 Bytes

RecksJS starter project

This is a pre-setup project for RecksJS framework

This setup includes:

  • Sass
  • Image loader
  • Dev server with auto-reload
  • Optimized production build

📋 Clone

You can either clone this repo:

git clone https://github.com/recksjs/recks-starter-project.git

Or create a new GitHub repo, based on this one, by pressing Use this template

🚀 Start

cd recks-starter-project # use your folder name
npm i
npm start

It will start a dev server at localhost:3000

🛠 Build

To build a production release run:

npm run build

You'll see your build in the PROJECT_ROOT/dist folder

🐕 Enjoy