Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/recksjs/recks-starter-project
🚀 Recks starter project
https://github.com/recksjs/recks-starter-project
boilerplate jsx recks rxjs
Last synced: 2 months ago
JSON representation
🚀 Recks starter project
- Host: GitHub
- URL: https://github.com/recksjs/recks-starter-project
- Owner: recksjs
- License: mit
- Created: 2019-11-28T14:30:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:18:53.000Z (about 2 years ago)
- Last Synced: 2023-03-03T14:05:37.793Z (almost 2 years ago)
- Topics: boilerplate, jsx, recks, rxjs
- Language: JavaScript
- Homepage:
- Size: 482 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RecksJS starter project
This is a pre-setup project for [RecksJS](https://github.com/recksjs/recks#readme) 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**](https://github.com/recksjs/recks-starter-project/generate)
## 🚀 Start
```
cd recks-starter-project # use your folder name
npm i
npm start
```It will start a dev server at [localhost:3000](http://localhost:3000)
## 🛠 Build
To build a production release run:
```
npm run build
```You'll see your build in the `PROJECT_ROOT/dist` folder
## 🐕 Enjoy