https://github.com/sawyerdeveloper/reborn
Repo dedicated to creating 'styled components' from scratch and state management without Redux.
https://github.com/sawyerdeveloper/reborn
Last synced: about 2 months ago
JSON representation
Repo dedicated to creating 'styled components' from scratch and state management without Redux.
- Host: GitHub
- URL: https://github.com/sawyerdeveloper/reborn
- Owner: sawyerDeveloper
- Created: 2018-12-24T02:55:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T09:34:00.000Z (over 3 years ago)
- Last Synced: 2023-03-22T14:33:40.797Z (about 3 years ago)
- Language: JavaScript
- Homepage:
- Size: 438 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ReBorn Framework
ReBorn Framework is a way of coding a React app with a specific Design Pattern using the best parts of React and the wisdom of other technology like Game Development. If you are familiar React and/or with MVC, this will make sense right away. I took all the parts of each language or platform I've worked on and sythesized it into a singular Framework that has 4 dependencies, no external CSS files, no Redux, and performs amazingly out of the box.
## Usage with boilerplate Node back end
Install [nodemon](https://github.com/remy/nodemon) globally
```
npm i nodemon -g
```
Install server and client dependencies
```
npm install
cd client
npm install
```
To start the server and client at the same time (from the root of the project)
```
npm run dev
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
[MIT](https://choosealicense.com/licenses/mit/)