Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattludwigs/fullstack-seed
A Hapi React fullstack-seed project
https://github.com/mattludwigs/fullstack-seed
Last synced: about 1 month ago
JSON representation
A Hapi React fullstack-seed project
- Host: GitHub
- URL: https://github.com/mattludwigs/fullstack-seed
- Owner: mattludwigs
- Created: 2015-12-05T06:09:43.000Z (about 9 years ago)
- Default Branch: develop
- Last Pushed: 2015-12-22T22:38:41.000Z (about 9 years ago)
- Last Synced: 2024-04-14T06:08:30.416Z (9 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fullstack-seed v0.0.4
A fullstack seed project for apps written in React, Hapi, and MongoDB.
## What you get
1. Hapi
2. React
3. Mongoose
4. Lodash
5. Webpack
6. Babel 6 (client and serverside)
7. Eslint
8. SASS
9. JWT (optional)
10. moment
11. immutable## Requirements
1. Node v4+
2. MongoDB or Docker## Usage
```
git clone [email protected]:mattludwigs/fullstack-seed.git my-awesome-project
cd my-awesome-project && npm install
touch .env
```### The env file
Look at the assert.env file to see what is expected to be passed in.
If you want to work with JWT the be sure to add your JWT token in the .env file like so:
```
JWT=Batman
```### Run the server
```
npm run server:dev
```### run the client
```
npm run client:dev
```Currenly you will need to terminal tabs open to run them at the same time
## Testing
```
npm test
```## Contributing
In yoru PR make sure you have your branch being merged into the develop branch