Skip to content

jneto/timezone-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For this project I used the following technologies:
- Node.js
- Express
- Mongodb
- React.js
- Redux
- Webpack
- Babel

This project depends on node.js, mongodb and webpack. You need these installed before proceeding. You also need to create a .env file with your environment configuration, you can copy the .env.sample and change its values.

Run:
```
npm install
```

to install the project dependencies. Then you need to run:
```
webpack
```
to build the project. Make sure to have the mongod daemon running before you run the web server with:
```
npm start
```
then head over to http://localhost:3000 to access the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages