Skip to content

haworku/toy-train-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Toy Train React πŸš‚ πŸš‚ πŸš‚

Faster toy React projects (with linting and formatting enabled)

Dependencies:

Scripts:

  • npm lint - Run prettier and eslint
  • npm run lint-check - Check for conflicts in eslint rules and prettier formatting
  • npm start -- -p 3000 - Starts app, optional flag to run on custom port e.g. port 3000. Otherwise, defaults to port 1234.

Suggested VSCode Settings:

Use the prettier-vscode extension and add the follow to your workspace settings:

{ 
  "editor.formatOnSave": true,
  "eslint.autoFixOnSave": true,
  "javascript.format.enable": false,
  "prettier.eslintIntegration": true
}

Read more about how these settings play together here.

About

A simple React app base built with Parcel. Intended for use with toy projects. πŸš‚

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published