Skip to content

Bash script which when run, creates a react app configured with Nightwatch and Enzyme

Notifications You must be signed in to change notification settings

JessicaBarclay/create-react-app-bash-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

create-react-app-bash-script

A simple helper script to create a React boilerplate app, using Enzyme and Nightwatch for testing.

Requirements

The script interally calls the Create React App script which requires npx and npm. More information can be found in the installation section of the Github React repository here.

How to use

Simply call the script from the command line as follows:

create-react-app.sh

You will be prompted for a project name - the project name must match npm naming restrictions, for example the name must not have any uppercase letters.

You can then use yarn or npm to begin using your React app - enjoy!

About

Bash script which when run, creates a react app configured with Nightwatch and Enzyme

Topics

Resources

Stars

Watchers

Forks

Languages