A simple demo to show the boilerplate-cra from React Avançado

Overview

React Avançado

This is a Create React App boilerplate with some configurations from React Avançado Course.

What is inside?

This project uses lot of stuff as:

Folder Structure

├── README.md
├── generators # folder to our templates
├── public # folder with our assets
├── src
│   ├── App.tsx # main file to our SPA (We define routes/components here)
│   ├── components
│   │   └──Example
│   │       ├── index.tsx
│   │       ├── stories.tsx
│   │       ├── styles.ts
│   │       └── test.tsx
│   ├── index.tsx # main file to ReactDom.render
│   ├── pages # we separated our pages/views/screens here
│   │   └── About.tsx
│   └── styles # any styles that you want to share inside the app
│       └── global.ts

Getting Started

First you can clone or use this template in your GitHub profile.

# install the deps
yarn

# run the project
yarn start

Other commands like generating components and test are listed below:

Commands

  • start: runs your application on localhost:3000
  • build: creates the production build version
  • lint: runs the linter in all components and pages
  • test: runs jest to test all components and pages
  • generate <ComponentName>: generates a new component under src/components folder
  • storybook: runs storybook on localhost:6006
  • build-storybook: create the build version of storybook

Learn More

To learn more about the structure and other commands/modifications, see the Create React App Documentation.

You might also like...
A simple Ethereum prediction market boilerplate build on top of Moralis Web3 SDK + Ethereum Boilerplate + Chainlink + OpenZeppelin. Happy BUIIDL!

ethereum-prediction-market-boilerplate This Project is a fork of Ethereum Boilerplate and demostrates how you can build your own Ethereum Prediction M

Boilerplate-tailwind - A simple boilerplate using NextJS, Typescript, Tailwind, Jest, Storybook and more

This is a Next.js boilerplate using TailwindCSS and other cool stuff. Most of th

This project show how fast we can deploy react app in s3 and cloudfront. Try it and make yours

react-s3-cloudFront-serverless-template This project show how fast we can deploy react app in s3 and cloudfront with serverless framework. Try it and

Application to show and select saved tasks. React + TypeSctipt. Online version is available.
Application to show and select saved tasks. React + TypeSctipt. Online version is available.

Friendly Task Manager Application to show and select saved tasks. To create application I used: React, TypeScript Application has mobile and desktop v

React library enabling users to show bubbly transitions between route changes.

react-bubbly-transitions Show bubbly transitions between route changes, in your React 18 apps. Click here for a demo. Or check out the npm package her

Example to show how Liferay Portlets can be developed with es module functionality.

LIFERAY ES MODULE PORTLET Sample repository to show how to use Liferay portlets with es modules. Goal Provide packages and components with a portlet a

An example to show a full end-to-end app using express and redux.

Sample Express-Redux Application Purpose This is a sample project to help you bootstrap an entire web application from end to end! When trying to buil

This workshop will show you how to dev a full Starknet dApp with NextJS & Starknet.js
This workshop will show you how to dev a full Starknet dApp with NextJS & Starknet.js

This workshop will show you how to dev a full Starknet dApp with NextJS & Starknet.js, including multi-wallets support(Argent-x | Braavos) and multi-call transactions.

This project is about building a web application to show a weather forecast using weather API.
This project is about building a web application to show a weather forecast using weather API.

Weather App Web application to show the current and upcoming week weather forecast. Want to see live preview » ✧ View Demo ✧ Report Bug ✧ Getting Star

Owner
Willian Justen
I'm a software engineer that loves to work with challenging and creative projects.
Willian Justen
A Next.js boilerplate to be used in a course called React Avançado

This is a Next.js boilerplate to be used in a course called React Avançado. What is inside? This project uses lot of stuff as: TypeScript NextJS Style

React Avançado 456 Dec 19, 2022
This is a very simple boilerplate made with CRA, React Router, Styled Components and Storybook.

This is a Create React App boilerplate with some configurations from React Avançado Course. What is inside? This project uses lot of stuff as: Create

React Avançado 20 Jul 3, 2022
Landing Page do curso React Avançado.

Simple NextJS Quick Start A simple project starter to work with React, NextJS and Styled Components You can see the example in https://nextjs-quicksta

Leonardo Lima Coelho 0 Nov 6, 2021
Opinionated React app boilerplate in TypeScript, based on CRA.

Marvin ⭑⭑ (deprecated) Deprecation Notice The first version of Marvin was released in 2016. After more than four years, we have taken the decision to

Work & Co 773 Nov 8, 2022
React.JS custom Boilerplate with CRA

React.JS custom Boilerplate with CRA

Mohammad Javad Soleymani Fard 5 Jul 17, 2022
React-Typescript-Webpack was config with React, Typescript, and Webpack without CRA. Faster to start your next react project.

Start your react typescript project with manual webpack config in seconds Flexible to control webpack, easy to deploy Keywords: React Starter, Webpack

jdn97 61 Jan 5, 2023
A cli tool to generate cra-template from current create-react-app project.

Create Cra Template A cli tool to generate cra-template from current create-react-app project. Create Cra Template Templates cra-template-popular cra-

Yoki 23 Aug 18, 2022
A handmade create-react-app to study how CRA works

This project was to learn how create-react-app (CRA) works under the hood, creating a very simple build project, using only the absolutely necessary.

Jéssica Félix 7 Jul 2, 2022
Show how to use node-hid with electron-react-boilerplate

electron-hid-test-erb : Show how to use node-hid with electron-react-boilerplate This is just a simple clone of the electron-react-boilerplate repo, w

Tod Kurt 2 Jun 14, 2022
A simple project that show a list of Superheroes and a short description.

React Marvel App with Typescript Table of Content About The Project Description Built With Installation Usage Demo Contact About The Project Descripti

José Miguel DP 2 Jun 3, 2022