Skip to content

Front-end app from Next Week Level 3 by OmniStack (Rockseat)

Notifications You must be signed in to change notification settings

cesardoliveira/happy-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Happy App

This is a front-end application as part of project that was built during the event Next Level Week 3 by Rocketseat. This project was bootstrapped with Create React App.

Packages & Libs

Clone happy-app

Clone repo, in the project directory, you can run:

git clone [email protected]:cesardoliveira/happy-app.git
cd happy-app

Install Dependencies

npm

npm install

Yarn

yarn install

This command installs a package, and any packages that it depends on.

Getting Started

Before you start make sure to create a Mapbox free account to get your token, if you do not have one.

Mapbox

  • Mapbox Tools The Mapbox APIs allow you to programmatically access Mapbox tools and services. To run this application you need to create a Mapbox free account to get your token.
# .env

REACT_APP_MAPBOX_TOKEN=your_access_token

Also, you can check the file .env.example with all environment variables in the project and examples of how to fill up your .env file.

Development

npm

npm start

Yarn

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

About

Front-end app from Next Week Level 3 by OmniStack (Rockseat)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published