https://github.com/willopez/domainsjs
https://github.com/willopez/domainsjs
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/willopez/domainsjs
- Owner: willopez
- License: mit
- Created: 2016-01-14T07:49:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T22:47:28.000Z (about 9 years ago)
- Last Synced: 2025-01-11T11:48:01.730Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 579 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DomainsJS
A simple application to manage domain names.
# Installation
```
npm install
```
A MYSQL database named domains will be necessary. Refer to `server/db/db.js` for database configuration.
## Directory Structure
```
client/ // client side components
actions/ // action creators
util/ // client side utilities
main.js // client application entry point
public/ // webpack output directory
css/
fonts/
images/
js/
server/
db/ // database connection and models
graphql/ // graphql configuration
routers/ // express routers
util/ // server utilities
shared/ // shared resources between client and server
components // react components
containers // higher order components
reducers // Redux reducers
routes // react router route definitions
util // shared utilities
test/
components // component test files
```
# Running in development mode
In development mode, hot module replacement in enabled for a better development
experience.
```
npm run dev
open http://localhost:3000
```
# Running tests
mochajs is used as the testing framework.
```
npm test
```
# Screenshots

