Skip to content

luizclr/react-book

Repository files navigation

Build Status code style: prettier Netlify Status Coverage Status


🚧 work in progress...

Table of Contents

Requirements

  • nodejs >= 10.16.3
  • yarn >= 1.9.0

Configs

Copy the db.example.json file in __fake-baskend__ folder and rename it to db.json.

Running

# Install packages
yarn install

Local API

yarn run fake-backend

Server will start on localhost:3000.

Application

# Start server locally
yarn start

Application will be opened automatically on localhost:8080.

Coding style

# Linter
yarn run lint

Testing

# run teste
yarn run test
# test coverage
yarn run test:coverage
# watch changes
yarn run test:watch

Build

# Build for production
yarn run buld

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A facebook-like application using React. 🚧 work in progress...

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published