https://github.com/dreesq/bloom
Web application built using React, Serpent, Sigma and serpent-client. Contains boilerplate code for new applications including admin panel
https://github.com/dreesq/bloom
dreesq serpent
Last synced: 7 months ago
JSON representation
Web application built using React, Serpent, Sigma and serpent-client. Contains boilerplate code for new applications including admin panel
- Host: GitHub
- URL: https://github.com/dreesq/bloom
- Owner: dreesq
- Created: 2019-01-26T21:42:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:08:55.000Z (over 3 years ago)
- Last Synced: 2024-12-26T13:17:27.666Z (over 1 year ago)
- Topics: dreesq, serpent
- Language: JavaScript
- Homepage:
- Size: 7.42 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Introduction
This repository can be used as starting point of any web application. By default it offers base functionality (register, login, reset password) along with admin functionality (user management, authorization, logs, translations).
# Setup
1. `git clone`
2. `npm install -S`
3. Edit `config/default.js` or `config/production.js` to match your needs
4. edit `init.js` file to match your needs. *Note*: Only use in development
5. `node init.js`
6. `npm run dev` or `npm run prod`