Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ans-4175/razzle-boilerplate
Razzle Boilerplate from Ans
https://github.com/ans-4175/razzle-boilerplate
Last synced: 11 days ago
JSON representation
Razzle Boilerplate from Ans
- Host: GitHub
- URL: https://github.com/ans-4175/razzle-boilerplate
- Owner: ans-4175
- License: wtfpl
- Created: 2021-11-13T01:23:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-13T12:20:21.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T10:03:51.488Z (25 days ago)
- Language: JavaScript
- Size: 178 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Razzle Boilerplate
## Quick Start
_If you want to contribute to this project, please fork this repository._
```
cd razzle-boilerplate
git checkout main
yarn
yarn start
```Open at `localhost:3000`
Look for files in
- `src/server.js`
- `src/Home.js`
- `src/App.js`
- `src/data/`
- `src/api/`## Why is this for?
To help create app faster for fullstack FE-BE in Javascript
## Tech behind this app
You can learn more about tech stacks that we used by visiting their documentations.
- [Razzle](https://razzlejs.org/)
- [Express](https://expressjs.com/)
- [React](https://reactjs.org/)