Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanikkumar/react-app-template
A simple template to start up the React-Project right away.
https://github.com/yanikkumar/react-app-template
Last synced: about 1 month ago
JSON representation
A simple template to start up the React-Project right away.
- Host: GitHub
- URL: https://github.com/yanikkumar/react-app-template
- Owner: yanikkumar
- Created: 2019-07-15T13:44:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:47:47.000Z (almost 2 years ago)
- Last Synced: 2024-02-05T07:29:20.091Z (11 months ago)
- Language: JavaScript
- Size: 2.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React App Template
Clone or download this project to bootstrap a React project!## Getting Started
Install the relevant ```node_modules``` and fire up the development server:```npm i && npm run dev```
> If you want to start the react-project this is a simple starting up boilerplate for that.
**This React tempate is completly modified from the orignal react that is bootstrapped from from facebook react repository so as to reduce the time consumed to modify that project and start directly with the modules which are commonly used in project that is ```parcel``` and ```babel``` and other things.**