Skip to content

GhettoGeek/razzle-dev-env

Repository files navigation

razzle-dev-env

Greenkeeper badge

This project is modified and prepared as Development Environment for Frontend development with SSR support. This project supports SSR. Also if you have less money on deploy servers, this Dev-Env will help you because it uses only one server for both nanoexpress (server) and React (client)

Target of project

  • React PropTypes instead of TypeScript
  • Latest dependecies (stable)
  • i18n support configured
  • Prettier configured
  • Stylelint configured
  • VS Code configuration configured (for best performance)
  • Using React PropTypes
  • Redaction instead of Redux dispatching (easy & fun)
  • SSR Compatible
  • Fetch is preferred
  • NPM is preferred (because of dependecies resolve)
  • Components are documented with docz (with basic example)
  • Components are tests with react-test-renderer and Jest (with basic example)
  • Good browser support
  • Good structured (subjective)

Testing

For one of component was created test using Jest + react-test-renderer and works good for now.

Note: If you install Jest to your Editor, works without any commands at editor level with good performance

Command to run

npm test

Linting (in progress)

ESLint + Prettier + Stylelint is very good combo to keep project as high quality, clean and maintainable.

Note: If you install Plug-ins of these linters to your Editor, works without any commands at editor level with good performance

Command to run

npm lint

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm run dev

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.

npm test

Launches the test runner in the interactive watch mode.

See the section about running tests for more information.

npm run 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!

Learn More

You can learn more in the Razzle documentation

To learn React, check out the React documentation.

About

Razzle powered Development Environment for Full-stack JS development with SSR support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published