Skip to content

Frontend web application for DevPlaces, project inspired in Rocketseat Omnistack Week 9

Notifications You must be signed in to change notification settings

rafaelcalhau/devplaces-web

Repository files navigation

License: MIT JavaScript Style Guide

devplaces-web

Web application for the project devPlaces which is inspired in Rocketseat Omnistack Week 9

devPlaces devPlaces devPlaces devPlaces devPlaces devPlaces devPlaces

Installation

Clone the project

git clone https://github.com/rafaelcalhau/devplaces-web.git devplaces

Navigate into the project folder

cd devplaces

Install all dependencies using the NPM or YARN

npm install # or yarn

Settings

There is a settings file and you can utilize in order to configure the App's name, API server address and more. First, copy it to "settings.json" and edit it with your own data.

src/config/settings.json

cp ./src/config/settings.example.json ./src/config/settings.json

Usage

Development start:

npm run start # or yarn start

To build it:

npm run build # or yarn build

After to build it, check the build directory, all compiled files will be there. Now, just publish it on your local or remote server :)

License

MIT

About

Frontend web application for DevPlaces, project inspired in Rocketseat Omnistack Week 9

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published