https://github.com/octodemo/we-secure
https://github.com/octodemo/we-secure
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/octodemo/we-secure
- Owner: octodemo
- Created: 2021-02-02T21:08:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T23:23:33.000Z (over 3 years ago)
- Last Synced: 2023-03-03T20:40:34.565Z (over 3 years ago)
- Language: JavaScript
- Size: 2.61 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Node.js Bootstrap Express React Starter Template
===
A quick and easy Node.js + Express + React 4 template project, using Twitter Bootstrap and React Router for creating a simple single page application.
Also available for [Jade](https://github.com/primaryobjects/Node.js-Bootstrap-Starter-Template).
## Usage
- Clone repository.
- Open a command prompt, navigate to the folder, and enter: `npm install`
- Navigate to the folder `client` and enter: `npm install`
- Next, run a build of the React client by entering: `npm run build`
- Launch the node server by navigating to the root folder and entering: `npm start`
- Browse to http://localhost:3000
### Development Usage
- Navigate to the folder `client` and enter: `npm start`
This will run the React client app.
You can make changes to the pages in `/client/src/components` and see them update live.
## Demo:
http://nodebootstrapper.herokuapp.com
## Contents:
- client/src/index.js
- client/src/App.js
- client/src/components/Header/index.js
- client/src/components/Footer/index.js
- client/src/components/Home/index.js
- client/src/components/About/index.js
- client/src/components/Contact/index.js
- client/src/components/NotFound/index.js
## Editing Pages:
Edit `client/src/components/Home/index.js` to add your content to the Home page. The default contents include:
```js
class Home extends Component {
render() {
return (
Home
)
}
}
```
## Author
Kory Becker http://www.primaryobjects.com/kory-becker