Skip to content

gianlucasudano/react-app-template-with-emotion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React App template

React App template is a template done starting from codesanbox react template. Has additional dependencies like emotion, material-ui, jest, props-type, string-template

Installation

Download or clone the repo in one folder and install packages

      To install dependencies use `npm install`

Usage

In the folder where the repo is cloned

      To begin the development, run `npm start` or `yarn start`.
      To create a production bundle, use `npm run build` or `yarn build`.

or fork in Codesanbox

Goals

The primary goal is to provide a starter template with a basic ecosystem, useful to add styled components using emotion and test code using jest