Skip to content

Accenture/react-scripts

Repository files navigation

Project Name

Set Up Local Development

If you have not already, please install:

  1. Run the following commands
    $ asdf install
    $ cp .env.sample .env
    $ yarn install
    $ yarn start
    
  2. Visit locahost:8080 to see your appplication.

This application uses Yarn. Do not use npm install commands. Instead use the equivalent Yarn commands.

About this starter kit

Testing

This applications uses Jest for testing. To run the test suite, simply run:

$ yarn test

Also, React testing library has been installed.

Linting and Code Formatting

Manually run the linter with:

$ yarn lint
  • Consistently formats code when it's commited using Prettier

Code Generation

Hygen is used to generate components quickly and consistently

$ yarn generate

or also

$ yarn g

CSS

Other Libraries

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published