Thanks to visit codestin.com
Credit goes to github.com

Skip to content

camimaya21/mayas-calendar-app

Repository files navigation

📆 Maya's Calendar App

Manage your own events and display them into a calendar view. This app has been built with React + Typescript 😄

Captura de pantalla 2021-03-15 a las 20 06 23

The easy way to start 🚀

Use startDev.sh script to easily start the project 😉

$ chmod +x startDev.sh
$ sh startDev.sh

How to start:

1. Install dependencies

$ yarn install

2. Pre-config: add a .env file in the project's root

REACT_APP_API_BASE_URL env variable should be where mayas-calendar-api is running

REACT_APP_API_BASE_URL=http://localhost:5000

3. Run the app

In project's directory, you can run:

$ yarn start

And then open http://localhost:3000 to view it in the browser.

⚠️ Remember to install the dependencies first

Available Scripts

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.

yarn test

Launches the test runner in the interactive watch mode.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed! 🚀

About

Don't miss any event! Keep track of them in a really cool calendar app 😄

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages