This repository was archived by the owner on Feb 2, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ A minimal and light dev environment for ReactJS.
99npm install
1010npm start
1111open http://localhost:3000
12+ ```
1213
1314### Linting
1415
Original file line number Diff line number Diff line change 11{
2- "name" : " react-boilerplate" ,
2+ "name" : " react-simple- boilerplate" ,
33 "version" : " 1.0.0" ,
4- "description" : " Simple Boilerplate for ReactJS project " ,
4+ "description" : " Simple and lightweight Boilerplate for ReactJS projects " ,
55 "scripts" : {
66 "test" : " eslint src" ,
77 "start" : " node server.js"
88 },
99 "repository" : {
1010 "type" : " git" ,
11- "url" : " https://github.com/noahlotzer/react-boilerplate.git"
11+ "url" : " https://github.com/noahlotzer/react-simple- boilerplate.git"
1212 },
1313 "keywords" : [
1414 " react" ,
2222 "author" : " Noah-Jerome Lotzer <n.lotzer@neusta.de>" ,
2323 "license" : " MIT" ,
2424 "bugs" : {
25- "url" : " https://github.com/noahlotzer/react-boilerplate/issues"
25+ "url" : " https://github.com/noahlotzer/react-simple- boilerplate/issues"
2626 },
27- "homepage" : " https://github.com/noahlotzer/react-boilerplate" ,
27+ "homepage" : " https://github.com/noahlotzer/react-simple- boilerplate" ,
2828 "devDependencies" : {
2929 "babel-core" : " ^6.0.20" ,
3030 "babel-eslint" : " ^4.1.3" ,
You can’t perform that action at this time.
0 commit comments