Skip to content

recksjs/recks-starter-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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