Skip to content

This is a set of scripts that follow along with the book ES6 Succinctly.

License

Notifications You must be signed in to change notification settings

Telematica/es6-succinctly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

es6-succinctly

Code sample to accompany the book.

Dependencies

This sample takes advantage of transpiling the code using Ctrl+B on Windows or Cmd+B on Mac. To do this you must use the following tool:

Please refer to the Setup section for configuring Sublime for build the samples provided.

Platform Support

This library can be used in the browser and in node.

Building The Code

The samples provided use BabelJS as the transpiler. These need to be installed in order for the samples to work. Please use the following steps to ensure you environment is ready:

  1. Ensure that NodeJS is installed. This provides the platform on which the build tooling runs.

  2. From the project folder, execute the following command:

    npm install

Running The Examples

To run the examples, you simply need to press Ctrl+B on Windows or Cmd+B on Mac. You will see the output of transpiling the code in the output window in Sublime.

##Setup The following are the steps required to configure Sublime Text to automatically build and test your validations:

Setup

About

This is a set of scripts that follow along with the book ES6 Succinctly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%